home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / Polygon.h < prev    next >
Text File  |  1992-02-09  |  146b  |  10 lines

  1. @interface Polygon : Scribble
  2.  
  3. /* Methods overridden from superclass */
  4.  
  5. + cursor;
  6. - (BOOL)create:(NXEvent *)event in:(GraphicView *)view;
  7.  
  8. @end
  9.  
  10.